home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 10
/
FM Towns Free Software Collection 10.iso
/
ms_dos
/
tool
/
talksys
/
delroom.bat
< prev
next >
Wrap
DOS Batch File
|
1994-11-20
|
80b
|
4 lines
if "%1"=="" goto end
for %%F in ( *.usr ) do command /c delrmsub %%F %1
:end